home *** CD-ROM | disk | FTP | other *** search
/ Hacker 7 / HACKER07.ISO / Games / mcdemo.exe / objects / object2.pak / Unnamed File 000062 < prev    next >
Text File  |  1998-04-20  |  1KB  |  30 lines

  1. FITini
  2.  
  3. //---------------------------------------------------------------------------
  4. //
  5. //                MapIcon:        Movement Indicator
  6. //
  7. //                BASE ID:    60
  8. //
  9. //---------------------------------------------------------------------------
  10.  
  11. [ObjectClass]
  12. l ObjectTypeNum = 10
  13.  
  14. [MapIcon]
  15. st MapIconSpriteName     = "move"                    //Name of Sprite .SHP file with waypoint icon in it.
  16. ul FrameCount             = 14                        //Number of frames of animation.
  17. f FrameRate             = 30.0                        //Frame Rate to playback animation at.
  18.     
  19. [ObjectType]
  20. st Name                             = "MOVE"        // Text string giving a descriptive name  (only 8 chars long!!)
  21. l Type                                 = 60            // ID number for this mech type
  22. l Appearance                        = 0x00000000
  23. l Duration                            = 1                // Lasts forever = -1
  24. l MaxDamage                            = 0                // Number of damage points before BOOM!
  25. l ExplosionObject                    = -1            // Object Class Number of explosion
  26. l DestroyedObject                    = -1            // Object Class Number of Destroyed shape
  27. f ExtentRadius                        = 0                // Extent Radius in Meters (0 Can't hit hit ever)
  28.  
  29. FITEnd
  30.